Namespace - LJCNetCommon
Parameters
text - The text value.
index - The current text index.
Returns
true if the letter should be skipped; otherwise, false.
Syntax
| C# |
|
public static Boolean IsSoundexLetter(String text, Int32 index)
|
Checks if the letter is a soundex skipped letter.
Remarks
True if the letter is the first letter or not a vowel and not the same as
the previous letter.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.